Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/71. Drag n Drop/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/71. Drag n Drop/app.js
12 Views
0 Comments
const fill = document.querySelector(".fill");
const empties = document.querySelectorAll(".empty");

fill.addEventListener("drags
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/71. Drag n Drop/index.html
22 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
natali-hordiiuk-DTYJck7Amm8-unsplash.jpg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/71. Drag n Drop/natali-hordiiuk-DTYJck7Amm8-unsplash.jpg
20 Views
0 Comments
Media file
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/71. Drag n Drop/style.css
11 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background-color: rgb(14, 13, 13);
display: flex;
justify-content: center;